home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / serweb03.zip / SERWEB.INI < prev    next >
INI File  |  1993-10-06  |  706b  |  18 lines

  1.  
  2. [SERWEB]
  3.  
  4. PortNumber     = 80         ; Which Port to listen into
  5. HowManyClients =  5      ; Allow up to 5 people to be on at the same time.
  6.  
  7. ClosedServer   =  0        ; 0 = OK to log in, 1 = not OK
  8. PeriodAllowed  =  1        ; 0 = allow .. on the filenames, else don't..
  9. PrintOut       =  1        ; Send output to status window: 1 = Yes, 0 = No
  10.  
  11. ; Where to start sending from (ex - if you specify c:\data as your send dir, you can gewt c:\data\test, c:\data\other\test, but not c:\test
  12. SendDir           = c:
  13.  
  14. ; Message files to send specific information ......
  15. FileNotExistMsg   = c:\serweb\nofile.htm
  16. ClosedServerMsg   = c:\serweb\closed.htm
  17. PeriodAllowedMsg  = c:\serweb\period.htm
  18.